AOnTouchListener
Complete API reference for AOnTouchListener, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Android Views
Component: no
public class AOnTouchListener
Methods
| Signature | Returns | Description |
|---|---|---|
onTouch(View, MotionEvent) | boolean | Performs the onTouch operation using the provided parameters (v, event). |
onTouchEvent(View, MotionEvent) | boolean | Executes onTouchEvent and returns after the underlying engine call finishes. |